Extract Letters in the String
Command Prototype
sRet = LetterFromStr(sText)
Command Description
Filters all characters not in the English alphabet from a string and returns the filtered string
Parameter Description
- Required Parameter
- sText--Input string
- return
- sRet--The variable used to save the output of the function call